home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 30 / PC Gamer IT CD 30 1-2.iso / BOSDEMO / BOSSW11.EXE / data1.cab / Program_Executable_Files / bos.exe / 0 / RCDATA / TWAITFORM / TWAITFORM.txt
Text File  |  1998-01-16  |  1KB  |  61 lines

  1. object WaitForm: TWaitForm
  2.   Left = 130
  3.   Top = 72
  4.   BorderStyle = bsNone
  5.   Caption = 'Balls of Steel control center'
  6.   ClientHeight = 115
  7.   ClientWidth = 244
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 244
  22.     Height = 115
  23.     Align = alClient
  24.     BevelInner = bvRaised
  25.     TabOrder = 0
  26.     object Label1: TLabel
  27.       Left = 10
  28.       Top = 53
  29.       Width = 224
  30.       Height = 16
  31.       Alignment = taCenter
  32.       AutoSize = False
  33.       Caption = 'Setting up video drivers'
  34.       Font.Color = clRed
  35.       Font.Height = -13
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = []
  38.       ParentFont = False
  39.     end
  40.     object Label2: TLabel
  41.       Left = 45
  42.       Top = 84
  43.       Width = 155
  44.       Height = 13
  45.       Caption = 'Press Alt+Tab to switch windows'
  46.     end
  47.     object Label3: TLabel
  48.       Left = 25
  49.       Top = 12
  50.       Width = 195
  51.       Height = 16
  52.       Caption = 'Balls of Steel Control Center'
  53.       Font.Color = clWindowText
  54.       Font.Height = -15
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.     end
  59.   end
  60. end
  61.